翻訳と辞書
Words near each other
・ Dynamic Cascading Style Sheets
・ Dynamic Cassette International
・ Dynamic causal modelling
・ Dynamic China
・ Dynamic Chiropractic
・ Dynamic circuit network
・ Dynamic combinatorial chemistry
・ Dynamic combustion chamber
・ Dynamic compaction
・ Dynamic compilation
・ Dynamic compression of the airways
・ Dynamic compression plate
・ Dynamic connectivity
・ Dynamic contagion process
・ Dynamic contrast-enhanced MRI
Dynamic convex hull
・ Dynamic covalent chemistry
・ Dynamic currency conversion
・ Dynamic data
・ Dynamic Data Driven Applications Systems
・ Dynamic Data Exchange
・ Dynamic debugging technique
・ Dynamic decision-making
・ Dynamic deconstructive psychotherapy
・ Dynamic defence
・ Dynamic Delegation Discovery System
・ Dynamic demand (electric power)
・ Dynamic density
・ Dynamic Design Analysis Method
・ Dynamic device mapping


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Dynamic convex hull : ウィキペディア英語版
Dynamic convex hull
The dynamic convex hull problem is a class of dynamic problems in computational geometry. The problem consists in the maintenance, i.e., keeping track, of the convex hull for the dynamically changing input data, i.e., when input data elements may be inserted, deleted, or modified. Problems of this class may be distinguished by the types of the input data and the allowed types of modification of the input data.
==Planar point set==

It is easy to construct an example for which the convex hull contains all input points, but after the insertion of a single point the convex hull becomes a triangle. And conversely, the deletion of a single point may produce the opposite drastic change of the size of the output. Therefore if the convex hull is required to be reported in traditional way as a polygon, the lower bound for the worst-case computational complexity of the recomputation of the convex hull is \Omega(N), since this time is required for a mere reporting of the output. This lower bound is attainable, because several general-purpose convex hull algorithms run in linear time when input points are ordered in some way and logarithmic-time methods for dynamic maintenance of ordered data are well-known.
This problem may be overcome by eliminating the restriction on the output representation. There are data structures that can maintain representations of the convex hull in an amount of time per update that is much smaller than linear. For many years the best algorithm of this type was that of Overmars and van Leeuwen (1981), which took time O(log2 ''n'') per update, but it has since been improved by Timothy M. Chan and others.
In a number of applications finding the convex hull is a step in an algorithm for the solution of the overall problem. The selected representation of the convex hull may influence on the computational complexity of further operations of the overall algorithm. For example, the point in polygon query for a convex polygon represented by the ordered set of its vertices may be answered in logarithmic time, which would be impossible for convex hulls reported by the set of it vertices without any additional information. Therefore some research of dynamic convex hull algorithms involves the computational complexity of various geometric search problems with convex hulls stored in specific kinds of data structures. The mentioned approach of Overmars and van Leeuwen allows for logarithmic complexity of various common queries.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Dynamic convex hull」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.